Closed
Bug 333386
Opened 19 years ago
Closed 19 years ago
[@ ns4xPluginStreamListener::OnFileAvailable]
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: timeless, Assigned: philor)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity, crash)
Crash Data
Attachments
(1 file)
969 bytes,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
found by coverity
this code wanted to return if either callbacks or callbacks->asfile were null, instead it crashes if callbacks is null.
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•19 years ago
|
||
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #217801 -
Flags: superreview?(jst)
Attachment #217801 -
Flags: review?(jst)
Comment 2•19 years ago
|
||
Comment on attachment 217801 [details] [diff] [review]
And bad. Or good.
r+sr=jst
Attachment #217801 -
Flags: superreview?(jst)
Attachment #217801 -
Flags: superreview+
Attachment #217801 -
Flags: review?(jst)
Attachment #217801 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 3•19 years ago
|
||
mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp 1.133
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → mozilla1.9alpha
Updated•14 years ago
|
Crash Signature: [@ ns4xPluginStreamListener::OnFileAvailable]
Updated•7 years ago
|
Blocks: coverity-analysis
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•